const runtime._GCmark

9 uses

	runtime (current package)
		mgc.go#L207: 	_GCmark                   // GC marking roots and workbufs: allocate black, write barrier ENABLED
		mgc.go#L214: 	writeBarrier.needed = gcphase == _GCmark || gcphase == _GCmarktermination
		mgc.go#L476: 	if cycle == n+1 || (gcphase == _GCmark && cycle == n+2) {
		mgc.go#L489: 		if gcphase != _GCmark {
		mgc.go#L699: 	setGCPhase(_GCmark)
		mgc.go#L787: 	if !(gcphase == _GCmark && work.nwait == work.nproc && !gcMarkWorkAvailable(nil)) {
		mgcwork.go#L141: 	if flushed && gcphase == _GCmark {
		mgcwork.go#L191: 	if flushed && gcphase == _GCmark {
		mgcwork.go#L302: 	if gcphase == _GCmark {